os/exec.closeOnce.Stat (method, view implemented interface methods)

5 uses

	os
		file.go#L677: 	if info, err := f.Stat(); err == nil {
		getwd.go#L108: 		pd, err := fd.Stat()
		stat_unix.go#L15: func (f *File) Stat() (FileInfo, error) {

	google.golang.org/protobuf/internal/detrand
		rand.go#L56: 	fi, err := f.Stat()

	net
		dnsconfig_unix.go#L54: 	if fi, err := file.file.Stat(); err == nil {